public class BidList
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.util.ArrayList<BidWrapper> |
bids |
| Constructor and Description |
|---|
BidList() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addIfNew(BidWrapper newBid) |
void |
sortByOpponentUtil(ValueModeler model) |
void |
sortByOurUtil() |
public java.util.ArrayList<BidWrapper> bids
public void sortByOurUtil()
public void sortByOpponentUtil(ValueModeler model)
public boolean addIfNew(BidWrapper newBid)